Overview
This section describes the available REST endpoints for generating PDF documents from various land registry data.
The service provides PDF generation for property summaries, specific document endorsements, and document lookup results (ATD). All PDFs are returned as downloadable attachments with appropriate filenames.
Endpoints
PdfEjendomSummarisk
Endpoint URL: pdf/ejendomsummarisk/{uuid}
Method |
GET |
Description |
Generate a PDF document containing property summary information using the property’s UUID. |
Input |
Path parameter:
|
Output |
PDF file download with filename format: |
Error handling |
|
Interaction pattern |
Query response |
PdfPaategning
Endpoint URL: pdf/paategning/dokumentanmeldelse
Method |
GET |
Description |
Generate a PDF document for specific document endorsements using document UUID and notification UUID. |
Input |
Query parameters:
|
Output |
PDF file download with filename format: |
Error handling |
|
Interaction pattern |
Query response |
PdfAtdByUuid
Endpoint URL: pdf/atd/{uuid}
Method |
GET |
Description |
Generate a PDF document for ATD (document lookup) using the document’s UUID. |
Input |
Path parameter:
|
Output |
PDF file download with filename format: |
Error handling |
|
Interaction pattern |
Query response |
PdfAtdByAlias
Endpoint URL: pdf/atd_alias/{alias}
Method |
GET |
Description |
Generate a PDF document for ATD (document lookup) using the document’s alias. |
Input |
Path parameter:
|
Output |
PDF file download with filename format: |
Error handling |
|
Interaction pattern |
Query response |